home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
r
/
real_3d
/
real3dv3.3b.dms
/
real3dv3.3b.adf
/
Startup.LZH
/
Startup
/
menus.rpl
Wrap
Text File
|
1995-07-08
|
1KB
|
84 lines
(
( Some example programs
( ---------------------
: UI_Complete
"gui/example.gui" LOAD
;
: UI_Simple
"gui/simple.gui" LOAD
;
& UI_Simple "Examples/Simple" ADDMENU
& UI_Complete "Examples/Complete" ADDMENU
(
( Modelling tools
( ---------------
: MDL_Saturnus
"gui/saturnus.gui" LOAD
;
& MDL_Saturnus "Modelling/Saturnus" ADDMENU
: MDL_Spiral
"gui/spiral.gui" LOAD
;
& MDL_Spiral "Modelling/Spiral" ADDMENU
: MDL_Select
"gui/select.gui" LOAD
;
& MDL_Select "Modelling/Select" ADDMENU
: MDL_DumpObj
"rpl/dumpobj.rpl" LOAD
"Ok" "File RAM:dump.txt Created" GET_KEY DROP
;
& MDL_DumpObj "Modelling/Print Hierarchy" ADDMENU
(
( Animation tools
( ---------------
: ANI_Surface
"gui/surface.gui" LOAD
;
& ANI_Surface "Animation/Surface" ADDMENU
: ANI_Creation
"gui/creation.gui" LOAD
;
& ANI_Creation "Animation/Creation" ADDMENU
: ANI_ReEstabl
"rpl/reestabl.rpl" LOAD
;
& ANI_ReEstabl "Animation/Re-Establish" ADDMENU
: ANI_AbsSkel
"rpl/absskel.rpl" LOAD
;
& ANI_AbsSkel "Animation/Abs. Skeleton" ADDMENU
(
( Miscs
( -----
: MISC_AutoFocus
0 3 2 6 MENUNUM iWC_MENU "View*" iWM_ACTION WND_SENDMSG DROP
;
& MISC_AutoFocus "Miscs/Autofocus All" ADDMENU